home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 664 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.8 KB

  1. From: Michael Smith <miff@apanix.apana.org.au>
  2. Subject: Adding extra width to the filesystem interface
  3. Date: Thu, 25 Nov 1993 11:15:31 -17634834 (DST)
  4.  
  5. Greetings people, and apologies if I am resurrecting a dead thread here.
  6. (speaking of which, is anyone archiving this list, and if so, can
  7. I steal a copy of it?)
  8.  
  9. Some time ago, a friend and I started work on an ethernet interface unit
  10. for the ST, as much as a learning experience as anything else.  Since 
  11. then, it's come along slowly, and developed into a somewhat more diverse
  12. device, however it's roots as a SCSI/ACSI <--> ethernet adapter remain.
  13. (cause the first)
  14.  
  15. Slightly more recently, the australian public access network association
  16. finally got their collective act together and started a nationwide
  17. SLIP network.
  18. (cause the second)
  19.  
  20. X likes to run on the berkley socket interface.
  21. (cause the third)
  22.  
  23. For a while now I've been working on a neat and portable way of adding a
  24. set of Berkley-compatible socket calls to MiNT - possibly drawing heavily
  25. on the net-2 code ( it is a little elaborate in some places, but I can 
  26. certainly vouch for its effectiveness ).  
  27.  
  28. The obvious way to do this is via the loadable filesystem interface,
  29. unfortunately there is no pleasant way to map the rather large number
  30. of calls that actually need to be handled by the kernel onto that semantic.
  31. ( Especially as the kernel likes to preprocess quite a few of them before
  32. the filesystem finds out )
  33.  
  34. I'm reasonably certain that this issue, or something similar must have been
  35. discussed before - so what conclusions, if any, were reached? 
  36.  
  37. -- 
  38. # mike smith : miff@apanix.apana.org.au - Silicon grease monkey        #
  39. # "The question 'why are the fundamental laws of nature mathematical'  #
  40. # then invites the trivial response 'because we define as fundamental  #
  41. # those laws which are mathematical'". Paul Davies, _The_Mind_of_God_. #
  42.